Spread for ASP.NET 12 Product Documentation
Using Touch Support when Moving Rows
Spread for ASP.NET 12 Product Documentation > Developer's Guide > Using Touch Support with the Component > Using Touch Support > Using Touch Support when Moving Rows

You can use touch gestures to move rows.

Tap the row header to select it, then slide to the target location. Release to move the row.

 

Select a row header range and then press and slide to move the range. Release to complete the action.

The AllowRowMove property must be true to move rows.

Refer to Using Touch Support with Selections for more information on how to select a column or row.

Using Code

Set the AllowRowMove property

Example

C#
Copy Code
FpSpread1.ActiveSheetView.AllowRowMove = true;
VB
Copy Code
FpSpread1.ActiveSheetView.AllowRowMove = true;